projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0b7bd09
)
(report-emacs-bug): Don't switch the buffer to
author
Eli Zaretskii
<eliz@gnu.org>
Thu, 10 May 2001 15:47:02 +0000
(15:47 +0000)
committer
Eli Zaretskii
<eliz@gnu.org>
Thu, 10 May 2001 15:47:02 +0000
(15:47 +0000)
unibyte. Suggested by Kenichi Handa <handa@etl.go.jp>.
lisp/mail/emacsbug.el
patch
|
blob
|
history
diff --git
a/lisp/mail/emacsbug.el
b/lisp/mail/emacsbug.el
index 2d09083cc61a11876473a8b52027105e547b1eac..0b4cfeaaaa93e84a5d7f01acd9a4e83b4ae32e91 100644
(file)
--- a/
lisp/mail/emacsbug.el
+++ b/
lisp/mail/emacsbug.el
@@
-89,8
+89,6
@@
Prompts for bug subject. Leaves you in a mail buffer."
(forward-line 1)
(let ((signature (buffer-substring (point) (point-max))))
- ;; Discourage users to write non-English text.
- (set-buffer-multibyte nil)
(delete-region (point) (point-max))
(insert signature)
(backward-char (length signature)))